home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / accmen / setup.exe / {app} / newadmin.exe / 0 / RCDATA / TWALLPAPERFORM / TWALLPAPERFORM.txt
Text File  |  2004-07-06  |  2KB  |  113 lines

  1. object WallpaperForm: TWallpaperForm
  2.   Left = 294
  3.   Top = 358
  4.   AutoSize = True
  5.   BorderStyle = bsDialog
  6.   Caption = 'Wallpaper'
  7.   ClientHeight = 201
  8.   ClientWidth = 553
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object MP: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 553
  23.     Height = 201
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object Button1: TButton
  27.       Left = 16
  28.       Top = 162
  29.       Width = 81
  30.       Height = 25
  31.       Caption = '&Ok'
  32.       Default = True
  33.       ModalResult = 1
  34.       TabOrder = 2
  35.     end
  36.     object Button2: TButton
  37.       Left = 112
  38.       Top = 162
  39.       Width = 81
  40.       Height = 25
  41.       Cancel = True
  42.       Caption = '&Cancel'
  43.       ModalResult = 2
  44.       TabOrder = 3
  45.     end
  46.     object GroupBox1: TGroupBox
  47.       Left = 16
  48.       Top = 90
  49.       Width = 521
  50.       Height = 57
  51.       Caption = ' Wallpaper Style '
  52.       TabOrder = 1
  53.       object RadioButton1: TRadioButton
  54.         Left = 16
  55.         Top = 24
  56.         Width = 81
  57.         Height = 17
  58.         Caption = 'Centered'
  59.         Checked = True
  60.         TabOrder = 0
  61.         TabStop = True
  62.       end
  63.       object RadioButton2: TRadioButton
  64.         Tag = 1
  65.         Left = 128
  66.         Top = 24
  67.         Width = 65
  68.         Height = 17
  69.         Caption = 'Tiled'
  70.         TabOrder = 1
  71.       end
  72.       object RadioButton3: TRadioButton
  73.         Tag = 2
  74.         Left = 224
  75.         Top = 24
  76.         Width = 89
  77.         Height = 17
  78.         Caption = 'Stretched'
  79.         TabOrder = 2
  80.       end
  81.     end
  82.     object GroupBox2: TGroupBox
  83.       Left = 16
  84.       Top = 12
  85.       Width = 521
  86.       Height = 65
  87.       Caption = ' Image File '
  88.       TabOrder = 0
  89.       object Edit1: TEdit
  90.         Left = 16
  91.         Top = 24
  92.         Width = 417
  93.         Height = 21
  94.         TabOrder = 0
  95.       end
  96.       object BitBtn1: TBitBtn
  97.         Left = 440
  98.         Top = 23
  99.         Width = 65
  100.         Height = 24
  101.         Caption = '&Browse'
  102.         TabOrder = 1
  103.         OnClick = BitBtn1Click
  104.       end
  105.     end
  106.   end
  107.   object OpenDialog: TOpenPictureDialog
  108.     Filter = 'Bitmaps (*.bmp)|*.bmp'
  109.     Left = 272
  110.     Top = 160
  111.   end
  112. end
  113.